From 43cc710b6c15384a8a5bf66553a6bb55fc6feab0 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 21 Jan 2016 13:47:11 -0800 Subject: [PATCH] Bump to 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- src/etc/cargo.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e464a5ee..9fa6999a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.8.0" +version = "0.9.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 7ff0500ff..2226b59b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.8.0" +version = "0.9.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 01d7049c0..286a59312 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.8.0 +CFG_RELEASE_NUM=0.9.0 CFG_RELEASE_LABEL= include config.mk diff --git a/src/etc/cargo.1 b/src/etc/cargo.1 index 64e215d1d..ea053d83b 100644 --- a/src/etc/cargo.1 +++ b/src/etc/cargo.1 @@ -1,4 +1,4 @@ -.TH CARGO "1" "November 2015" "cargo 0.8.0" "User Commands" +.TH CARGO "1" "November 2015" "cargo 0.9.0" "User Commands" .SH NAME cargo \- The Rust package manager .SH SYNOPSIS -- 2.30.2